home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Emilia.swf / scripts / DefineButton2_223 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2011-12-21  |  177 b   |  11 lines

  1. on(rollOver){
  2.    if(_parent._parent.top_btn._x <= -460)
  3.    {
  4.       _parent._parent.top_btn._x = -460;
  5.    }
  6.    else
  7.    {
  8.       _parent._parent.top_btn._x -= 10;
  9.    }
  10. }
  11.